Contents | Index | < Browse | Browse >

LETTERperrorULETTER Prints an error message.

Overview
#include <stdio.h>

(void) perror(msgheader);

const char *msgheader;

Portability
ANSI

Description
Prints an error message which is constructed from "msgheader" and a text resulting from the current error code in "errno".